-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32: USBDevice files clean-up #4979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Just based on the +/- numbers, I would say this is a win so far. |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
@bcostm Can you please rebase, will retriger CI and will be good to go. |
c47dd3f
to
8f4b6e2
Compare
Rebase done. |
Bump @0xc0170 |
Will be tested once we get in few critical items for 5.6 this week |
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
/morph test |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputBuild failed! |
The failure from tools error msg says "No space left on device" but looks like we have lot of free space on system.
|
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test passed! |
Description
Refactor ST USBDevice files to facilitate the maintenance.
Main changes:
The USB_1 test has been run successfully on all targets described in USBHAL_STM32.h:
Nucleo-144 boards:
NUCLEO_F207ZG
NUCLEO_F303ZE
NUCLEO_F412ZG
NUCLEO_F429ZI
NUCLEO_F446ZE
NUCLEO_F746ZG
NUCLEO_F767ZI
Nucleo-64 boards:
NUCLEO_F103RB
NUCLEO_F401RE
NUCLEO_F411RE
NUCLEO_F446RE
Discovery boards:
DISCO_F407VG
DISCO_F469NI
DISCO_F746NG
DISCO_F769NI
DISCO_L053C8
DISCO_L072CZ_LRWAN1
DISCO_L475VG_IOT01A
DISCO_L476VG
Status
READY
Migrations
NO